Type Definition sudo_plugin_sys::sudo_hook_fn_unsetenv_t [] [src]

type sudo_hook_fn_unsetenv_t = Option<unsafe extern "C" fn(name: *const c_char, closure: *mut c_void) -> c_int>;