pub type VkProc = GLFWvkproc;
A Vulkan process address
pub enum VkProc { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T