pub unsafe extern "C" fn pam_get_data( pamh: *const pam_handle, module_data_name: *const c_char, data: *mut *const c_void, ) -> c_int
Gets module-specific data. PAM still owns the data.