pub unsafe fn SetupDiCreateDevRegKeyW<P0, P1>(
    deviceinfoset: P0,
    deviceinfodata: *const SP_DEVINFO_DATA,
    scope: u32,
    hwprofile: u32,
    keytype: u32,
    infhandle: Option<*const c_void>,
    infsectionname: P1
) -> Result<HKEY>
where P0: IntoParam<HDEVINFO>, P1: IntoParam<PCWSTR>,