c_context_create

Function c_context_create 

Source
pub unsafe extern "C" fn c_context_create() -> *mut c_context
Expand description

@brief Allocate a new nix_c_context. @throws std::bad_alloc @return allocated nix_c_context, owned by the caller. Free using nix_c_context_free.