#[unsafe(no_mangle)]pub unsafe extern "C" fn tor_stop(
control_key: *mut c_char,
) -> *mut c_charExpand description
Shutdown tor daemon. BETA: Careful with this.
ยงSafety
- This function is unsafe because it dereferences and a returns raw pointer.
- ENSURE that result is passed into cstring_free(ptr: *mut c_char) after use.