Function FilterInstanceFindFirst
pub unsafe fn FilterInstanceFindFirst<P0>(
lpfiltername: P0,
dwinformationclass: INSTANCE_INFORMATION_CLASS,
lpbuffer: *mut c_void,
dwbuffersize: u32,
lpbytesreturned: *mut u32,
lpfilterinstancefind: *mut HANDLE,
) -> Result<()>where
P0: Param<PCWSTR>,