Type Definition openssl_sys::pem_password_cb

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