pub unsafe extern "C" fn EC_KEY_set_public_key_affine_coordinates( key: *mut EC_KEY, x: *const BIGNUM, y: *const BIGNUM, ) -> c_int