Skip to main content

net_free_string

Function net_free_string 

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

Free a string returned by Net functions.

ยงParameters

  • s: String pointer returned by net_generate_keypair or similar.