pub unsafe fn HcsGetProcessorCompatibilityFromSavedState<P0>(
    runtimefilename: P0,
    processorfeaturesstring: Option<*mut PCWSTR>
) -> Result<()>
where P0: IntoParam<PCWSTR>,