pub unsafe extern "C" fn EC_POINT_point2buf(
    group: *const EC_GROUP,
    point: *const EC_POINT,
    form: point_conversion_form_t,
    out_buf: *mut *mut u8,
    ctx: *mut BN_CTX
) -> usize