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