pub type pRENDERDOC_SetCaptureTitle = Option<unsafe extern "C" fn(title: *const c_char)>;
enum pRENDERDOC_SetCaptureTitle { None, Some(unsafe extern "C" fn(_: *const i8)), }
No value.
Some value of type T.
T