pub unsafe extern "C" fn cipher_cmac_update(
    ctx: *mut cipher_context_t,
    input: *const c_uchar,
    ilen: size_t
) -> c_int