this crate calls `libloading::open` with `RTLD_NOLOAD`, which causes the `dlopen` call to return `NULL`, which `libloading` interprets as an error.