pub unsafe extern "C" fn saved_struct_load(
path: *const c_char,
data: *mut c_void,
size: usize,
magic: u8,
version: u8,
) -> boolExpand description
Load data from the file in saved structure format
§Arguments
path(direction in) - The path to the filedata(direction out) - Pointer to the memory where to load 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