pub fn try_from_bstring(input: impl Into<BString>) -> Result<PathBuf, Utf8Error>
Similar to try_from_bstr(), but takes and produces owned data.
try_from_bstr()