pub unsafe fn ActivateActCtx<P0>(
    hactctx: P0,
    lpcookie: *mut usize
) -> Result<()>
where P0: IntoParam<HANDLE>,