[]Function neon_runtime::nan::buffer::new

pub unsafe extern "C" fn new(
    isolate: *mut Isolate__,
    out: &mut Local,
    size: u32
) -> bool

Mutates the out argument provided to refer to a newly created and zero-filled node::Buffer object. Returns false if the value couldn't be created.