#[unsafe(no_mangle)]
pub extern "C" fn monotron_openmode_readwrite(
append: bool,
create: bool,
exclusive: bool,
truncate: bool,
non_blocking: bool,
) -> OpenModeExpand description
Create a new Read Write open mode object, for passing to the open syscall.