Sz_findNetworkByRecordID

Function Sz_findNetworkByRecordID 

Source
pub unsafe extern "C" fn Sz_findNetworkByRecordID(
    recordList: *const c_char,
    maxDegree: i64,
    buildOutDegree: i64,
    maxEntities: i64,
    responseBuf: *mut *mut c_char,
    bufSize: *mut usize,
    resizeFunc: Option<unsafe extern "C" fn(ptr: *mut c_void, newSize: usize) -> *mut c_void>,
) -> i64