Function DevGetObjectsEx
pub unsafe fn DevGetObjectsEx(
objecttype: DEV_OBJECT_TYPE,
queryflags: u32,
prequestedproperties: Option<&[DEVPROPCOMPKEY]>,
pfilter: Option<&[DEVPROP_FILTER_EXPRESSION]>,
pextendedparameters: Option<&[DEV_QUERY_PARAMETER]>,
pcobjectcount: *mut u32,
ppobjects: *mut *mut DEV_OBJECT,
) -> Result<()>