pub type s2n_mem_cleanup_callback = Option<unsafe extern "C" fn() -> c_int>;
Expand description

Will be called when s2n_cleanup is executed.