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