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

Required features: "Win32_Foundation"