pub unsafe fn D3D12GetInterface<T>( rclsid: *const GUID, result__: *mut Option<T>, ) -> Result<()>where T: Interface,