pub unsafe extern "system" fn GetUserObjectInformationA(
    hObj: HANDLE,
    nIndex: c_int,
    pvInfo: PVOID,
    nLength: DWORD,
    lpnLengthNeeded: LPDWORD
) -> BOOL