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