pub unsafe extern "C" fn nettle_gcm_set_iv(
    ctx: *mut gcm_ctx,
    key: *const gcm_key,
    length: usize,
    iv: *const u8
)