#[unsafe(no_mangle)]pub extern "C" fn expr_context_get_native_function_name(
ctx: *const ExprContext,
index: usize,
buffer: *mut u8,
buffer_size: usize,
) -> usizeExpand description
Get a native function name by index Returns the length of the name, or 0 if index is out of bounds If buffer is NULL, just returns the length needed