pub unsafe extern "C" fn pam_strerror(
pamh: *const pam_handle,
error_number: c_int,
) -> *mut c_charExpand 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.