pub unsafe fn DMLCreateDevice<P0, T>(
    d3d12device: P0,
    flags: DML_CREATE_DEVICE_FLAGS,
    result__: *mut Option<T>
) -> Result<()>
where P0: IntoParam<ID3D12Device>, T: Interface,