pub unsafe fn MrmCreateResourceFileWithChecksum<P0>(
    indexer: MrmResourceIndexerHandle,
    packagingmode: MrmPackagingMode,
    packagingoptions: MrmPackagingOptions,
    checksum: u32,
    outputdirectory: P0
) -> Result<()>
where P0: IntoParam<PCWSTR>,