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