pub unsafe extern "C" fn nettle_pkcs1_rsa_sha256_encode(
    m: *mut __mpz_struct,
    length: usize,
    hash: *mut sha256_ctx
) -> c_int