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