Function IndexFilePath
pub unsafe fn IndexFilePath<P1>(
resourceindexer: *const c_void,
filepath: P1,
ppresourceuri: *mut PWSTR,
pqualifiercount: *mut u32,
ppqualifiers: *mut *mut IndexedResourceQualifier,
) -> Result<()>where
P1: Param<PCWSTR>,