pub unsafe extern "C" fn nstd_alloc_deallocate(
ptr: *mut NSTDAny,
size: usize,
) -> i32Expand description
Deallocates a memory block.
Parameters:
NSTDAny *const ptr - Pointer to the memory block.
const NSTDUSize size - Number of bytes to deallocate.
Returns: NSTDInt32 errc - Nonzero on error.