pub unsafe extern "system" fn SetHandleInformation(
    hobject: *mut c_void,
    dwmask: u32,
    dwflags: u32
) -> i32
🔬This is a nightly-only experimental API. (windows_c)