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