Function SetupSetDirectoryIdExW
pub unsafe fn SetupSetDirectoryIdExW<P2>(
infhandle: *const c_void,
id: u32,
directory: P2,
flags: u32,
reserved1: Option<u32>,
reserved2: Option<*const c_void>,
) -> Result<()>where
P2: Param<PCWSTR>,