Function EC_POINT_point2oct

Source
pub unsafe extern "C" fn EC_POINT_point2oct(
    group: *const ec_group_st,
    p: *const ec_point_st,
    form: u32,
    buf: *mut u8,
    len: usize,
    ctx: *mut bignum_ctx,
) -> usize