pub unsafe extern "C" fn crypt_activate_by_token_pin( cd: *mut crypt_device, name: *const c_char, type_: *const c_char, token: c_int, pin: *const c_char, pin_size: usize, usrptr: *mut c_void, flags: u32, ) -> c_int