pub unsafe extern "C" fn _sapp_strcpy(
    src: *const c_char,
    dst: *mut c_char,
    max_len: c_int
)