#[unsafe(no_mangle)]pub unsafe extern "C" fn rust_0_6_free(ptr_bytes: *mut u8)Expand description
Free allocated bytes at ptr_bytes.
ยงSafety
ptr_bytesmust have been allocated usingrust_0_6_mallocorrust_0_6_calloc.- If
ptr_bytesis aNULLpointer, then this function is a NO-OP.