pub unsafe fn CreateRandomAccessStreamOnFile<P0, T>(
    filepath: P0,
    accessmode: u32
) -> Result<T>
where P0: IntoParam<PCWSTR>, T: Interface,