pub unsafe fn HcnEnumerateEndpoints<P0>( query: P0, endpoints: *mut PWSTR, errorrecord: Option<*mut PWSTR>, ) -> Result<()>where P0: Param<PCWSTR>,