pub unsafe extern "C" fn nettle_gcm_aes128_encrypt(
    ctx: *mut gcm_aes128_ctx,
    length: usize,
    dst: *mut u8,
    src: *const u8
)