vmgs_lib

Function query_size_vmgs

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn query_size_vmgs(
    path: *const c_char,
    file_id: FileId,
    out_size: *mut u64,
) -> VmgsError
Expand description

Get the size of a FileId in a VMGS file

ยงSafety

path pointer must point to a valid, null-terminated utf-8 string. out_size pointer must be nonnull