libutil_init

Function libutil_init 

Source
pub unsafe extern "C" fn libutil_init(context: *mut c_context) -> err
Expand description

@brief Initializes nix_libutil and its dependencies.

This function can be called multiple times, but should be called at least once prior to any other nix function.

@param[out] context Optional, stores error information @return NIX_OK if the initialization is successful, or an error code otherwise.