pub unsafe extern "C" fn genRandomIntOnInterval(
    start: l_int32,
    end: l_int32,
    seed: l_int32,
    pval: *mut l_int32
) -> l_ok