pub unsafe extern "C" fn ulConfigSetResourcePathPrefix(
    config: ULConfig,
    resource_path_prefix: ULString
)
Expand description

The library loads bundled resources (eg, cacert.pem and other localized resources) from the FileSystem API (eg, file:///resources/cacert.pem). You can customize the prefix to use when loading resource URLs by modifying this setting. (Default = “resources/”)