Function gsGetRowGeneral

Source
pub unsafe extern "C" fn gsGetRowGeneral(
    container: *mut GSContainer,
    keyObj: *mut GSRowKey,
    rowObj: *mut GSRow,
    forUpdate: GSBool,
    exists: *mut GSBool,
) -> GSResult