pub unsafe extern "C" fn cipher_cmac_starts(
    ctx: *mut cipher_context_t,
    key: *const c_uchar,
    keybits: size_t
) -> c_int