pub unsafe fn KsGetMultiplePinFactoryItems<P0>(
    filterhandle: P0,
    pinfactoryid: u32,
    propertyid: u32,
    items: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<HANDLE>,