#[rustler::nif(schedule = "DirtyCpu")]
pub fn {{ clear_fn }}(env: rustler::Env<'_>) -> rustler::Atom {
match {{ host_path }}() {
Ok(_) => rustler::types::atom::Atom::from_str(env, "ok").unwrap(),
Err(_) => rustler::types::atom::Atom::from_str(env, "error").unwrap(),
}
}