pub unsafe extern "C" fn cipher_cmac(
    cipher_info: *const cipher_info_t,
    key: *const c_uchar,
    keylen: size_t,
    input: *const c_uchar,
    ilen: size_t,
    output: *mut c_uchar
) -> c_int