[][src]Function ejdb_sys::bson_init_size

pub unsafe extern "C" fn bson_init_size(b: *mut bson, size: c_int)

Initialize a BSON object and set its buffer to the given size.

@param b the BSON object to initialize. @param size the initial size of the buffer.