pub unsafe fn DrtOpen<P0>(
    psettings: *const DRT_SETTINGS,
    hevent: P0,
    pvcontext: Option<*const c_void>,
    phdrt: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<HANDLE>,