pub unsafe fn unchecked_vdso() -> &'static Vdso
Expand description

Returns the cached crate::env::vdso::Vdso for the current process.

Safety

This function is marked as unsafe because it doesn’t check if library is initialized.