#[unsafe(no_mangle)]pub unsafe extern "C" fn sled_config_set_path(
config: *mut Config,
path: *const c_char,
) -> *mut ConfigExpand description
Set the configured file path. The caller is responsible for freeing the path string after calling this (it is copied in this function).