pub fn extract_smpark_ko_to(dest: &Path) -> Result<()>Expand description
Write the bundled smpark.ko kernel module to dest. Caller
is responsible for the parent dir existing — use
extract_smpark_ko_to_with_parents for mkdir -p.
pub fn extract_smpark_ko_to(dest: &Path) -> Result<()>Write the bundled smpark.ko kernel module to dest. Caller
is responsible for the parent dir existing — use
extract_smpark_ko_to_with_parents for mkdir -p.