pam_get_data

Function pam_get_data 

Source
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
Expand description

Gets module-specific data. PAM still owns the data.