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