pub unsafe extern "C" fn saved_struct_save(
path: *const c_char,
data: *const c_void,
size: usize,
magic: u8,
version: u8,
) -> boolExpand description
Save data in saved structure format
§Arguments
path(direction in) - The path to the filedata(direction in) - Pointer to the memory where datasize(direction in) - The size of the datamagic(direction in) - The magic to embed into metadataversion(direction in) - The version to embed into metadata
§Returns
true on success, false otherwise