#[unsafe(no_mangle)]pub extern "C" fn pd_free(ptr: *mut u8, len: u32)Expand description
Free a buffer previously returned by pd_alloc or by any API function.
The raw-pointer signature is the stable C ABI; callers must return exactly
a pointer/length pair obtained from this module.