Function tea_sdk::vmh::utils::split_once

pub fn split_once<'a>(
    in_string: &'a str,
    pattern: &'a str
) -> Result<(&'a str, &'a str), Global>