pub unsafe extern "system" fn SetProcessInformation(
    hprocess: HANDLE,
    processinformationclass: PROCESS_INFORMATION_CLASS,
    processinformation: *const c_void,
    processinformationsize: u32
) -> BOOL
Expand description

Required features: ‘Win32_System_Threading’, ‘Win32_Foundation’