Provided by: libbson-doc_1.9.2-1_all 

NAME
bson_strncpy - bson_strncpy()
SYNOPSIS
void bson_strncpy (char *dst, const char *src, size_t size);
PARAMETERS
• dst: The destination buffer. • src: The src buffer. • size: The number of bytes to copy into dst, which must be at least that size.
DESCRIPTION
Copies up to size bytes from src into dst. dst must be at least size bytes in size. A trailing \0 will be set.
AUTHOR
MongoDB, Inc
COPYRIGHT
2018, MongoDB, Inc