pub unsafe extern "C" fn TF_StringCopy(
    dst: *mut TF_TString,
    src: *const c_char,
    size: usize
)