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