Function botan_sys::botan_totp_check

source ยท
pub unsafe extern "C" fn botan_totp_check(
    totp: botan_totp_t,
    totp_code: u32,
    timestamp: u64,
    acceptable_drift: usize,
) -> c_int