[][src]Function sodiumoxide::utils::munlock

pub fn munlock(x: &mut [u8]) -> Result<(), ()>

munlock() unlocks memory region.

munlock() overwrites the region with zeros before unlocking it, so it doesn't have to be done before calling this function.