[][src]Function rmesg::safely_wrapped_klogctl

pub fn safely_wrapped_klogctl(
    klogtype: KLogType,
    buf_u8: &mut [u8]
) -> Result<usize, RMesgError>

Safely wraps the klogctl for Rusty types All higher-level functions are built over this function at the base. It prevents unsafe code from proliferating beyond this wrapper.