#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_path_exists(stack: Stack) -> StackExpand description
Check if a path exists
Stack effect: ( path – exists )
Returns 1 if path exists, 0 otherwise.
§Safety
Stack must have a String (path) on top