Function lldb_sys::SBEnvironmentSet

source ·
pub unsafe extern "C" fn SBEnvironmentSet(
    instance: SBEnvironmentRef,
    name: *const c_char,
    value: *const c_char,
    overwrite: bool
) -> bool