#[unsafe(no_mangle)]pub unsafe extern "C" fn gbp_string_free(ptr: *mut c_char)
Releases a string previously returned by an FFI function.
ptr MUST have been returned by one of the gbp_* FFI functions.
ptr
gbp_*