Skip to main content

write_error

Function write_error 

Source
pub unsafe fn write_error(
    out_err: *mut FolditPluginError,
    code: &str,
    message: &str,
)
Expand description

ยงSafety

out_err must be null or point to a writable FolditPluginError.