Function GetUserObjectInformationA

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