pub unsafe extern "C" fn nist_kw_setkey(
    ctx: *mut nist_kw_context,
    cipher: cipher_id_t,
    key: *const c_uchar,
    keybits: c_uint,
    is_wrap: c_int
) -> c_int