[]Function neon_runtime::nan::object::get_string

pub unsafe extern "C" fn get_string(
    out: &mut Local,
    object: Local,
    key: *const u8,
    len: i32
) -> bool

Mutates the out argument provided to refer to the v8::Local value of the v8::String's underlying content. Returns false if the value couldn't be retrieved.