pub type ConvClosure = extern "C" fn(c_int, *mut *mut PamMessage, *mut *mut PamResponse, *mut c_void) -> c_int;
Type alias for the PAM “conversation function” used as part of the PamConversation struct
PamConversation