pub unsafe extern "system" fn SearchPathW(
    lppath: PCWSTR,
    lpfilename: PCWSTR,
    lpextension: PCWSTR,
    nbufferlength: u32,
    lpbuffer: PWSTR,
    lpfilepart: *mut PWSTR
) -> u32
Expand description

Required features: "Win32_Storage_FileSystem"