#[no_mangle]
pub unsafe extern "C" fn nstd_io_stdin_free(
    stdin: &mut NSTDStandardInput
)
Expand description

Frees a handle to stdin. Parameters: NSTDStandardInput *const stdin - The standard input stream.