Skip to main content

gbp_string_free

Function gbp_string_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn gbp_string_free(ptr: *mut c_char)
Expand description

Releases a string previously returned by an FFI function.

ยงSafety

ptr MUST have been returned by one of the gbp_* FFI functions.