[][src]Function sled::sled_config_set_path

#[no_mangle]pub unsafe extern "C" fn sled_config_set_path(
    config: *mut Config,
    path: *const c_char
) -> *mut Config

Set the configured file path. The caller is responsible for freeing the path string after calling this (it is copied in this function).