pub unsafe extern "system" fn SetUserObjectInformationA(
    hobj: HANDLE,
    nindex: i32,
    pvinfo: *const c_void,
    nlength: u32,
) -> BOOL