Function openssl_sys::i2d_ECPrivateKey
pub unsafe extern "C" fn i2d_ECPrivateKey(ec_key: *mut EC_KEY, pp: *mut *mut c_uchar) -> c_int
The portability is definied by:
#[cfg(not(ossl300))]
pub unsafe extern "C" fn i2d_ECPrivateKey(ec_key: *mut EC_KEY, pp: *mut *mut c_uchar) -> c_int
#[cfg(not(ossl300))]