pub type PNVENCDESTROYENCODER = Option<unsafe extern "C" fn(encoder: *mut c_void) -> NVENCSTATUS>;
pub enum PNVENCDESTROYENCODER { None, Some(unsafe extern "C" fn(*mut c_void) -> _NVENCSTATUS), }
No value.
Some value of type T.
T