pub unsafe extern "C" fn nix_libstore_init_no_load_config(
context: *mut nix_c_context,
) -> nix_err
Expand description
Like nix_libstore_init, but does not load the Nix configuration. This is useful when external configuration is not desired, such as when running unit tests.