#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_path_join(stack: Stack) -> StackExpand description
Join two path components
Stack effect: ( base component – joined )
Joins the base path with the component using the platform’s path separator.
§Safety
Stack must have two Strings on top (base, then component)