pub unsafe extern "C" fn nettle_gcm_camellia128_set_iv(
    ctx: *mut gcm_camellia128_ctx,
    length: usize,
    iv: *const u8
)