strncpy
strncpy(char * __restrict dst, const char * __restrict src, size_t n)
#define strncpy(p, q, n) strncpy((char *)(p), (char *)(q), (n))
strncpy (
strncpy(char *s1, const char *s2, size_t n)
strncpy(char *s1, const char *s2, size_t n)
void strncpy(void) {}
void strncpy(void) {}