pub unsafe extern "C" fn psa_mac_verify(
    key: u32,
    alg: u32,
    input: *const u8,
    input_length: usize,
    mac: *const u8,
    mac_length: usize
) -> i32