Function ruby_prism_sys::pm_string_source
source · pub unsafe extern "C" fn pm_string_source(
string: *const pm_string_t
) -> *const u8Expand description
Returns the start pointer associated with the string.
@param string The string to get the start pointer of. @return The start pointer of the string.