pub unsafe fn SetupCopyOEMInfW<P0, P1>(
    sourceinffilename: P0,
    oemsourcemedialocation: P1,
    oemsourcemediatype: OEM_SOURCE_MEDIA_TYPE,
    copystyle: SP_COPY_STYLE,
    destinationinffilename: Option<&mut [u16]>,
    requiredsize: Option<*mut u32>,
    destinationinffilenamecomponent: Option<*mut PWSTR>
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,