Function HAPI_GetString

Source
pub unsafe extern "C" fn HAPI_GetString(
    session: *const HAPI_Session,
    string_handle: HAPI_StringHandle,
    string_value: *mut c_char,
    length: c_int,
) -> HapiResult