ipfrs_string_free

Function ipfrs_string_free 

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

Free a string returned by IPFRS functions

ยงSafety

  • s must be a pointer returned by an IPFRS function (e.g., from ipfrs_add)
  • s must not be used after this call
  • s can be NULL (no-op)