pub unsafe extern "C" fn nettle_mpz_set_str_256_u(
    x: *mut __mpz_struct,
    length: usize,
    s: *const u8
)