pub unsafe extern "C" fn path_contains_only_ascii(
    path: *const i8
) -> bool
Expand description

@brief Check that path contains only ascii characters

@param path @return true @return false