pub unsafe extern "C" fn vfs_bind_stdio()
Expand description
@brief Allocate and bind file descriptors for STDIN, STDERR, and STDOUT
This function is meant to be called once during system initialization time. It is typically called from the initialization of the selected STDIO implementation.