#[no_mangle] pub unsafe extern "C" fn cstr_drop(ptr: *const c_char)
Drops the C string memory at the pointer.
Assumes ptr is a valid C string pointer.
ptr
Panics if ptr is null.