pub unsafe extern "C" fn nix_c_context_create() -> *mut nix_c_context
Expand description
Allocate a new nix_c_context. @throws std::bad_alloc
ยงReturns
allocated nix_c_context, owned by the caller. Free using
nix_c_context_free
.
pub unsafe extern "C" fn nix_c_context_create() -> *mut nix_c_context
Allocate a new nix_c_context. @throws std::bad_alloc
allocated nix_c_context, owned by the caller. Free using
nix_c_context_free
.