Function nix_get_external_value_content

Source
pub unsafe extern "C" fn nix_get_external_value_content(
    context: *mut nix_c_context,
    b: *mut ExternalValue,
) -> *mut c_void
Expand description

Extract the pointer from a nix c external value.

§Arguments

  • context [out] - Optional, stores error information
  • b [in] - The external value

§Returns

The pointer, or null if the external value was not from nix c.

§See also

nix_get_external