pub unsafe extern "system" fn CM_Get_Device_Interface_PropertyExW(
    pszDeviceInterface: *const u16,
    PropertyKey: *const DEVPROPKEY,
    PropertyType: *mut u32,
    PropertyBuffer: *mut u8,
    PropertyBufferSize: *mut u32,
    ulFlags: u32,
    hMachine: *mut c_void
) -> u32