pub type PFNGLEDGEFLAGPOINTEREXTPROC = Option<unsafe extern "system" fn(stride: i32, count: i32, pointer: *const u8)>;

Aliased Type§

enum PFNGLEDGEFLAGPOINTEREXTPROC {
    None,
    Some(unsafe extern "system" fn(_: i32, _: i32, _: *const u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: i32, _: i32, _: *const u8))

Some value of type T.