Function windows::Win32::Storage::FileSystem::SearchPathA
pub unsafe fn SearchPathA<P0, P1, P2>(
lppath: P0,
lpfilename: P1,
lpextension: P2,
lpbuffer: Option<&mut [u8]>,
lpfilepart: Option<*mut PSTR>,
) -> u32where
P0: Param<PCSTR>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,