pub unsafe extern "C" fn ECParameters_print(
bp: *mut bio_st,
key: *const ec_key_st,
) -> i32
Expand description
Prints out the ec parameters on human readable form. \param bp BIO object to which the information is printed \param key EC_KEY object \return 1 on success and 0 if an error occurred