#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_file_exists(stack: Stack) -> StackExpand description
Check if a file exists
Stack effect: ( String – Int )
Takes a file path and returns 1 if the file exists, 0 otherwise.
§Safety
stackmust be a valid, non-null stack pointer with a String value on top- Caller must ensure stack is not concurrently modified