Function GetFileMUIPath
pub unsafe fn GetFileMUIPath<P1>(
dwflags: u32,
pcwszfilepath: P1,
pwszlanguage: Option<PWSTR>,
pcchlanguage: *mut u32,
pwszfilemuipath: Option<PWSTR>,
pcchfilemuipath: *mut u32,
pululenumerator: *mut u64,
) -> Result<()>where
P1: Param<PCWSTR>,