pub unsafe fn SetUserObjectInformationA<P0>(
    hobj: P0,
    nindex: i32,
    pvinfo: *const c_void,
    nlength: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,