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

A callback function that will be called when s2n_cleanup is executed.