pub type PFNPROCESSPOLICIESW = Option<unsafe extern "C" fn(hwnd: HWND, pszPath: LPCWSTR, pszUsername: LPCWSTR, pszComputerName: LPCWSTR, dwFlags: DWORD) -> WINBOOL>;Aliased Type§
pub enum PFNPROCESSPOLICIESW {
None,
Some(unsafe extern "C" fn(*mut HWND__, *const u16, *const u16, *const u16, u32) -> i32),
}