pub unsafe extern "C" fn CMAC_Final(
    ctx: *mut CMAC_CTX,
    out: *mut c_uchar,
    len: *mut size_t
) -> c_int