[][src]Function openssl_sys::EC_POINT_get_affine_coordinates_GF2m

pub unsafe extern "C" fn EC_POINT_get_affine_coordinates_GF2m(
    group: *const EC_GROUP,
    p: *const EC_POINT,
    x: *mut BIGNUM,
    y: *mut BIGNUM,
    ctx: *mut BN_CTX
) -> c_int