pub type PFN_vkGetInstanceProcAddrLUNARG = Option<unsafe extern "system" fn(_: Instance, _: *const c_char) -> PFN_vkVoidFunction>;
Expand description

Aliased Type§

enum PFN_vkGetInstanceProcAddrLUNARG {
    None,
    Some(unsafe extern "system" fn(_: Instance, _: *const i8) -> Option<unsafe extern "system" fn()>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Instance, _: *const i8) -> Option<unsafe extern "system" fn()>)

Some value of type T.