ipfrs_client_free

Function ipfrs_client_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn ipfrs_client_free(client: *mut IpfrsClient)
Expand description

Free an IPFRS client

ยงSafety

  • client must be a valid pointer returned from ipfrs_client_new()
  • client must not be used after this call
  • client must not be NULL