Function DMLCreateDevice1
pub unsafe fn DMLCreateDevice1<P0, T>(
d3d12device: P0,
flags: DML_CREATE_DEVICE_FLAGS,
minimumfeaturelevel: DML_FEATURE_LEVEL,
result__: *mut Option<T>,
) -> Result<()>where
P0: Param<ID3D12Device>,
T: Interface,