Split `*orig` into two pieces at the first occurrence of `split_ch`. Returns whether `split_ch` was found. Afterwards, `*before_split` contains the maximum prefix of the input `*orig` that doesn't contain `split_ch`, and `*orig` contains everything after the first `split_ch`.
source not stored for this graph (policy: none)
no test coverage detected