pub unsafe extern "C" fn nist_kw_unwrap(
    ctx: *mut nist_kw_context,
    mode: nist_kw_mode_t,
    input: *const c_uchar,
    in_len: size_t,
    output: *mut c_uchar,
    out_len: *mut size_t,
    out_size: size_t
) -> c_int