Type Definition openssl_sys::PasswordCallback

pub type PasswordCallback = unsafe extern "C" fn(*mut c_char, c_int, c_int, *mut c_void) -> c_int;
On this page