File_Handle *cyn_file_open(String path, File_Status *status) { UNUSED(path); if (status != NULL) { *status = CYN_FILE_ERROR; } return NULL; }