pub type nk_plugin_copy = Option<unsafe extern "C" fn(arg1: nk_handle, arg2: *const c_char, len: c_int)>;
pub enum nk_plugin_copy { None, Some(unsafe extern "C" fn(nk_handle, *const i8, i32)), }
No value.
Some value of type T.
T