ENGINE_CTRL_GET_CMD_FROM_NAME

The 'void*' argument is a command name (cast from 'const (char)* '), and the return value is the command that corresponds to it.

extern (C) nothrow @nogc
enum ENGINE_CTRL_GET_CMD_FROM_NAME = 13;

Meta