Function windows::Win32::Storage::FileSystem::SearchPathW
pub unsafe fn SearchPathW<P0, P1, P2>(
lppath: P0,
lpfilename: P1,
lpextension: P2,
lpbuffer: Option<&mut [u16]>,
lpfilepart: Option<*mut PWSTR>,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,