pub unsafe fn GetUserObjectInformationA<P0>(
    hobj: P0,
    nindex: USER_OBJECT_INFORMATION_INDEX,
    pvinfo: Option<*mut c_void>,
    nlength: u32,
    lpnlengthneeded: Option<*mut u32>
) -> Result<()>
where P0: IntoParam<HANDLE>,