pub unsafe fn CM_Create_DevNodeW<P0>(
    pdndevinst: *mut u32,
    pdeviceid: P0,
    dnparent: u32,
    ulflags: u32
) -> CONFIGRET
where P0: IntoParam<PCWSTR>,