ConvClosure

Type Alias ConvClosure 

Source
pub type ConvClosure = extern "C" fn(c_int, *mut *mut PamMessage, *mut *mut PamResponse, *mut c_void) -> c_int;
Expand description

Type alias for the PAM “conversation function” used as part of the PamConversation struct