pub unsafe extern "system" fn GetUserObjectInformationW(
    hobj: HANDLE,
    nindex: USER_OBJECT_INFORMATION_INDEX,
    pvinfo: *mut c_void,
    nlength: u32,
    lpnlengthneeded: *mut u32,
) -> BOOL