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