Function windows::Win32::System::WindowsProgramming::OpenINFEngineW
pub unsafe fn OpenINFEngineW<P0, P1>(
pszinffilename: P0,
pszinstallsection: P1,
dwflags: u32,
phinf: *mut *mut c_void,
pvreserved: *mut c_void,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,