Function gsGetRowByInteger

Source
pub unsafe extern "C" fn gsGetRowByInteger(
    container: *mut GSContainer,
    key: i32,
    rowObj: *mut c_void,
    forUpdate: GSBool,
    exists: *mut GSBool,
) -> GSResult