pub unsafe fn SetUmsThreadInformation(
    umsthread: *const c_void,
    umsthreadinfoclass: UMS_THREAD_INFO_CLASS,
    umsthreadinformation: *const c_void,
    umsthreadinformationlength: u32
) -> Result<()>