#[unsafe(no_mangle)]pub unsafe extern "C" fn crypt_r( key: *const c_char, setting: *const c_char, data: *mut crypt_data, ) -> *mut c_char
See https://www.man7.org/linux/man-pages/man3/crypt.3.html.