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