pam_strerror

Function pam_strerror 

Source
pub unsafe extern "C" fn pam_strerror(
    pamh: *const pam_handle,
    error_number: c_int,
) -> *mut c_char
Expand description

Gets a statically-allocated error string.

All implementations of PAM known to this library (Linux-PAM, OpenPAM, and Sun) ignore pamh and will accept a null pointer.