pub unsafe extern "C" fn EC_POINT_oct2point(
    group: *const EC_GROUP,
    point: *mut EC_POINT,
    buf: *const u8,
    len: usize,
    ctx: *mut BN_CTX
) -> c_int