#[no_mangle]
pub unsafe extern "C" fn ttbc_shell_escape(
    es: &mut CoreBridgeState<'_>,
    cmd: *const u16,
    len: size_t
) -> c_int
Expand description

Run a shell command

§Safety

This function is unsafe because it dereferences raw pointers from C and accepts a raw C string.