Function openssl_sys::BIO_new_fp
pub unsafe extern "C" fn BIO_new_fp(stream: *mut FILE, close_flag: c_int) -> *mut BIO
The portability is definied by:
#[cfg(not(osslconf = "OPENSSL_NO_STDIO"))]
pub unsafe extern "C" fn BIO_new_fp(stream: *mut FILE, close_flag: c_int) -> *mut BIO
#[cfg(not(osslconf = "OPENSSL_NO_STDIO"))]