pub unsafe extern "C" fn wolfSSL_RSA_print_fp(
    fp: *mut FILE,
    rsa: *mut WOLFSSL_RSA,
    indent: c_int
) -> c_int